Skip to content

CSHARP-4991: Add .NET 8 to Smoke Tests #1280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

BorisDog
Copy link
Contributor

@BorisDog BorisDog commented Mar 4, 2024

No description provided.

@BorisDog BorisDog requested a review from a team as a code owner March 4, 2024 20:48
@BorisDog BorisDog requested review from sanych-sun and removed request for a team March 4, 2024 20:48
Copy link
Member

@sanych-sun sanych-sun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM + Minor suggestion

@@ -54,6 +54,13 @@
<PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be 8.0.*, so we get up-to-date with patches?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, we've fixed the versions for other frameworks as well. So maybe we should evaluate this in a different ticket?

@BorisDog BorisDog merged commit b405b88 into mongodb:master Mar 5, 2024
@BorisDog BorisDog deleted the csharp4991 branch March 5, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants